home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / makedev-.5 / makedev- / makedev-1.5 / makedev.cfg < prev    next >
Text File  |  1995-06-04  |  959b  |  35 lines

  1. /*
  2.  * User and group ownerships, and permissions, for device classes.
  3.  */
  4.  
  5. class default:    root    system    0640
  6. class public:    root    system    0666
  7. class system:   root    system    0660
  8. class kmem:    root    kmem    0640
  9. class tty:    root    tty    0620
  10. class pty:    root    root    0666
  11. class cons:    root    tty    0622 // 622 for console?
  12. class dialout:    root    uucp    0660
  13. class mouse:    root    system    0666
  14. class printer:    root    lp    0660
  15. class floppy:    root    floppy    0660
  16. class disk:    root    disk    0640
  17. class scsi:    root    system    0600
  18. class cdrom:    root    disk    0660
  19. class tape:    root    disk    0660
  20. class audio:    root    system    0666
  21. class ibcs2:    root    system    0666
  22. class scanner:    root    system    0666
  23. class vcs:      root    system  0600
  24.  
  25. /*
  26.  * Things marked as omit will not be created. Ever. Be sure to check
  27.  * here if you try to make something and nothing happens.
  28.  */
  29.  
  30. omit {
  31. //    hdc hdd     // hdc and hdd are now the 2nd controller.
  32.                     // They're now made by "hd1", and *not* by "hd".
  33.     xdc xdd
  34.     sdc sdd sde sdf sdg sdh
  35. }